.footer {
  /* position: absolute; */
  padding: 80px 0px 0;
  width: 100%;
  text-align: left;
  background: #0c205b;
}

.footer_min {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin: 60px 0;
}

.footerNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-left: 30px;
}

.footerNavList {
  display: flex;
  flex-direction: column;
}

.footerNavList a:first-child {
  font-size: 24px;
  opacity: 1;
  line-height: 48px;
}

.footerNavList a {
  font-size: 16px;
  opacity: .6;
  line-height: 32px;
}

.footerNavList p {
  margin: 0;
  font-size: 16px;
  opacity: .6;
  line-height: 32px;
  color: #fff;
}

.footerEwm p {
  margin: 0;
  font-size: 14px;
  opacity: .6;
  line-height: 32px;
  color: #fff;
}

.footer_bottom {
  border-top: 1px solid #ccc;
  text-align: center;
  opacity: .2;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
